V i s i b i l i t y = P u b l i c 
 
 D e s c r i p t i o n = I f   t h e   m o d   d o e s   n o t   w o r k ,   m o v e   b o t h   g a m e x . c o n   a n d   u s e r . c o n   f r o m   " m o d s / W A S D   c a m e r a   m o v e m e n t "   t o   t h e   " s t a r t u p "   f o l d e r   m a n u a l l y   o r   d o   t h e   f o l l o w i n g : 
 
 
 
 1 .   O p e n   s t a r t u p \ g a m e x . c o n ,   f i n d   t h i s   l i n e : 
 
 
 
 m a p   ( " a " ,   " g a m e " ,   " e n t e r A t t a c k M o v e M o d e " ) 
 
 
 
 2 .   A d d   / /   a t   t h e   b e g i n n i n g   o f   i t   s o   i t   b e c o m e s : 
 
 
 
 / / m a p   ( " a " ,   " g a m e " ,   " e n t e r A t t a c k M o v e M o d e " ) 
 
 
 
 3 .   T h e n   a d d   t h e   f o l l o w i n g   l i n e s   t o   e i t h e r   t h e   s a m e   f i l e   ( s t a r t u p \ g a m e x . c o n )   o r   a   m a n u a l l y   c r e a t e d   s t a r t u p \ u s e r . c o n : 
 
 
 
 m a p ( " + w " ,   " w o r l d " ,   " c a m e r a W o r l d F o r w a r d " ) 
 
 m a p ( " + s " ,   " w o r l d " ,   " c a m e r a W o r l d B a c k w a r d " ) 
 
 m a p ( " + d " ,   " w o r l d " ,   " c a m e r a R i g h t " ) 
 
 m a p ( " + a " ,   " w o r l d " ,   " c a m e r a L e f t " ) 
 
 
 
 O b v i o u s l y ,   t h e   d r a w b a c k   i s   t h a t   n o w   y o u   c a n n o t   u s e   A   t o   e n t e r   a t t a c k   m o v e   m o d e . 
 
 